Copies the elements of the specified array to the end of the collection.
public virtual void AddRange(
[]
)
'Declaration
Public Overloads Overridable Sub AddRange( _
ByVal () As _
)
'Usage
Dim instance As CollectionBase(Of T)
Dim value() As
instance.AddRange(value)
Parameters
- value
- An array of type containing the objects to add to the collection.